projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8616762
)
(get_phys_cursor_geometry): Don't decrease height by 1.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Mar 2006 12:02:05 +0000
(12:02 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Mar 2006 12:02:05 +0000
(12:02 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index be40d7652ac7340f7e9f958c7f8b751c6fc92144..20e34d9417c6d575a9d89e4f3c3887c7ad9cd29c 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2029,7
+2029,7
@@
get_phys_cursor_geometry (w, row, glyph, heightp)
}
}
- *heightp = h
- 1
;
+ *heightp = h;
return WINDOW_TO_FRAME_PIXEL_Y (w, y);
}